EMT Practice Test
1. Question Content...
Question1: Which of the following programs is not a graphical web browser?
Question2: Which of the following commands can be used to extract files from an archive?
Question5: Which of the following will change the group that is associated with a file?
Question6: Which statements about the directory /etc/skel are correct? (Choose TWO answers)
Question7: Which of the following commands can be used to create a file?
Question8: Which of the following commands can be used to extract content from a tar file?
Question13: Which one of the following is true about Open Source software?
Question15: Which command lists all files in the current directory that start with a capital letter?
Question16: Which of the following filesystems is most commonly used for Linux distributions?
Question19: Which of the following files holds the definition of the local user accounts?
Question21: What is the output of the following command?
tail -n 20 test.txt
Question22: Which command line can be used to search help files that mention the word "copy"?
Question23: Which of the following software packages is an e-mail server?
Question29: Which of the following directories is often used to store log files?
Question30: When a new user is added, where does the user ID get stored?
Question34: Where is the BIOS located?
Question37: Which statement about users and user groups is correct?
Question38: How could one search for the file foo.txt under the directory /home?
Question39: Which command will display running process information in real time?
Question40: Which of the following is a requirement of the GPL license but not the BSD license?
Question42: Which of the following is a Linux based operating system for use on mobile devices?
Question43: Which command is used to make a shell variable known to subsequently executed programs?
Question44: Which Linux distribution is used as a basis for the creation of Ubuntu Linux?
Question45: The following line is found in which system file?
root:x:0:0::/root:/bin/bash
Question46: Which commands provide help for a specific Linux command? (Choose TWO correct answers.)
Question47: Which option will cause the echo command NOT to output a trailing newline?
Question52: What is the number called that is used to identify a process?
Question53: Which command displays the list of groups to which a user belongs?
Question55: What does LAMP mean?
Question56: What are the three sets of permissions for a file?
Question57: What permissions are set on a file with the command chmod 654 file.txt?
Question59: Which function does a shell program serve?
Question60: SIMULATION
What is the usual absolute path of the personal directory for the user foo?
Question61: Which of the following commands is used to look up the current IP address of a system?
Question64: Which command shows if /usr/bin is in the current shell search path?
Question66: Which command will display the last line of the file foo.txt?
Question67: What is the output of the following command?
for token in a b c; do
echo -n ${token};
done
Question68: What is the preferred source for the installation of new applications?
Question69: Which network interface always exists in a Linux system?
Question75: Which one of the following statements concerning Linux passwords is true?
Question77: Which of the following can be used to access the command line?